.solveBfc::before,
.solveBfc::after {
  content: "";
  /*table既可以解决塌陷又可以解决外边距重叠*/
  display: table;
  clear: both;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5, tahoma, arial, MiSans, MiSans, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .topNav ul {
    float: right;
  }
  .topNav button {
    float: right;
    margin-top: 6px;
  }
  .navbar-default .navbar-nav > .active:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    height: 2px;
    background-color: #159357;
    width: 33px;
    margin: auto;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
}
.navbar-default {
  border: 0;
  background-color: transparent;
}
.bottomMain span {
  font-size: 16px;
  color: #999;
}
.bottomMain li {
  color: #666;
  font-size: 12px;
  line-height: 40px;
}
.erweima {
  float: left;
  text-align: center;
}
.erweima img {
  width: 110px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.erweima .gzh {
  margin-left: 10px;
}
.indexBottom .col-xs-12 {
  text-align: center;
}
.indexBottom .col-xs-12 .erweima {
  float: none;
  display: inline-block;
}
.indexBottom .col-xs-12 .gzh {
  margin-left: 30px;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.foSize20 {
  font-size: 20px;
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.homeHead {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.homeHead .logo {
  width: 214px;
  height: 46px;
}
.homeHead .HeadRight {
  display: flex;
}
.homeHead .HeadRight .navBoxSize {
  font-family: Microsoft YaHei;
  width: 130px;
  /* height: 80px; */
  text-align: center;
  color: #000;
  font-size: 14px;
}
.homeHead .HeadRight .shiftIn:hover {
  color: #1dacfb;
}
.homeHead .HeadRight .backColor {
  color: #1dacfb;
}
.homeHead .policyAgreement {
  display: flex;
}
.homeHead .policyAgreement .agreement {
  margin-right: 7px;
}
.homeHead .policyAgreement .underline {
  font-size: 14px;
  color: #5187CD;
  text-decoration-line: underline;
}
.footerbox {
  width: 100%;
  height: 144px;
  background-color: #fff;
}
.footerbox .fooContent {
  font-family: Microsoft YaHei;
  margin-top: 34px;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}
.footerbox .fooContent .policyAgreement {
  display: flex;
}
.footerbox .fooContent .policyAgreement .agreement {
  margin-right: 37px;
}
.footerbox .fooContent .policyAgreement .underline {
  font-size: 14px;
  color: #5187CD;
  text-decoration-line: underline;
}
.footerbox .fooContent .fileBox {
  display: flex;
  margin-top: 18px;
}
.footerbox .fooContent .fileBox a {
  margin-right: 20px;
  color: #000;
}
.footerbox .fooContent .siteBox {
  margin-top: 8px;
}
.footerbox .FriendLinkBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}
.footerbox .FriendLinkBox .FriendLinkItem {
  font-family: NotoSansHans, NotoSansHans;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  margin: 0 27px;
}
.footerbox .FriendLinkBox a:hover {
  color: #FF6601;
}
.whiteBack {
  background: #F4F7FF;
  transition: all 0.1s ease;
}
.blackBack {
  background: #000000;
  opacity: 0.85;
  transition: all 0.1s ease;
  z-index: 11;
}
.headeBox {
  position: fixed;
}
.headeBox .topBox {
  width: 10rem;
  height: 1.59rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headeBox .topBox .topRight {
  display: flex;
}
.headeBox .topBox .logo {
  width: 3.12rem;
  height: 0.61rem;
  margin-left: 0.48rem;
}
.headeBox .topBox .logowi {
  width: 3.12rem;
  height: 0.61rem;
  margin-left: 0.48rem;
  display: none;
}
.headeBox .topBox .fastDow {
  width: 1.87rem;
  height: 0.64rem;
}
.headeBox .topBox .showCilck {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 0.48rem 0 0.64rem;
}
.headeBox .topBox .showClose {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 0.48rem 0 0.64rem;
  display: none;
}
.headeBox .submenu > li {
  width: 10rem;
  height: 1.68rem;
  line-height: 1.68rem;
  font-weight: 500;
  font-size: 0.48rem;
  color: #FFFFFF;
  text-indent: 0.53rem;
}
.headeBox .submenu > a {
  width: 10rem;
  height: 1.68rem;
  line-height: 1.68rem;
  font-weight: 500;
  font-size: 0.48rem;
  color: #FFFFFF;
  text-indent: 0.53rem;
}
.headeBox .submenu .active {
  background: #0066FF;
}
.headeBox .putAway {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.headeBox .unfold {
  overflow: hidden;
  transition: all 0.5s ease;
}
.footeBox {
  width: 100%;
  background: #f5f5f5;
}
.footeBox .topContent {
  font-size: 0.32rem;
  color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.footeBox .topContent > div {
  margin-bottom: 0.11rem;
}
.footeBox .topContent a {
  color: #000;
}
.footeBox .topContent .pageExplain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.footeBox .topContent .pageExplain .agreement {
  margin-right: 0.85rem;
}
.footeBox .topContent .pageExplain .underline a {
  text-decoration-line: underline;
  color: #5187CD !important;
}
.footeBox .topContent .sp1 {
  color: #000;
}
.footeBox .FriendLinkBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footeBox .FriendLinkBox .FriendLinkItem {
  font-family: NotoSansHans, NotoSansHans;
  line-height: 0.48rem;
  margin: 0.18rem 0.36rem;
  text-decoration-line: underline;
  color: #5187CD !important;
}
.modal-overlay {
  content: "";
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(f, f, f, 0.4);
  display: none;
}
.logoBox {
  display: flex;
  align-items: center;
}
.logoImg {
  width: 3.12rem;
  height: 0.61rem;
  margin-left: 0.27rem;
}
